home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / tutor / daqdsgnr.arj / SETUP.BAT < prev    next >
DOS Batch File  |  1992-02-14  |  88b  |  13 lines

  1. @echo off
  2. cls
  3.  
  4. unpack
  5. if errorlevel 1 goto run
  6.  
  7. goto end
  8.  
  9. :run
  10.   daq
  11.  
  12. :end
  13.